projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec9e15
)
(TEXT_START) [__GNUC__]: Define as 0.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Jul 1993 07:48:11 +0000
(07:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Jul 1993 07:48:11 +0000
(07:48 +0000)
src/m/hp9000s300.h
patch
|
blob
|
history
diff --git
a/src/m/hp9000s300.h
b/src/m/hp9000s300.h
index 194bcf44367ee690266aecb71e4b5f22267f5dc6..c541643ded87b3d45c981a1f6236ee5a6bc58c8d 100644
(file)
--- a/
src/m/hp9000s300.h
+++ b/
src/m/hp9000s300.h
@@
-167,6
+167,11
@@
NOTE-END */
#define LIBS_DEBUG /usr/lib/end.o
#endif
+/* Need a TEXT_START. On the HP9000/s300 that is 0. */
+#ifdef __GNUC__
+#define TEXT_START 0
+#endif
+
/* The symbol FIONREAD is defined, but the feature does not work
on the 200/300. */